cURL
curl --request DELETE \ --url https://agent-prod.studio.lyzr.ai/v3/tools/credentials/{credential_id} \ --header 'x-api-key: <api-key>'
{ "message": "Credential deleted successfully." }
/v3/tools/credentials/{credential_id}
credential_id
curl -X DELETE "https://agent-prod.studio.lyzr.ai/v3/tools/credentials/credential_id" ^ -H "accept: application/json" ^ -H "x-api-key: sk-default-EXAMPLEKEY123"
The ID of the credential to delete.
Credential deleted successfully
The response is of type object.
object